home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / callerup.zip / TOOLS.H < prev   
Text File  |  1990-09-13  |  839b  |  29 lines

  1. #define FileLen 80
  2. #define NumEntries 30
  3.  
  4. Path_Slash(char *s,int flg);
  5. Getcwdname(char *s,char *rs);
  6. Prt_Attr_Str(int col, int row, int color, char *s);
  7. int Julian(int day,int month, int year) ;
  8. int Leapyear(int year) ;
  9. void Hex_Str(char *str) ;
  10. int New_To_Null(char *str) ;
  11. void Str_Toupper(char *str) ;
  12. Get_Time(char *buff, int sep);
  13. Get_Date(char *buff,int sep) ;
  14.  
  15. /*::::::::::::::::::::[ FILE OPERATION ROUTINES ]:::::::::::::::::::::*/
  16. Ropenfile(char *filename);
  17. Wopenfile(char *filename);
  18. Aopenfile(char *filename);
  19. Fclosefile();
  20. Freadline(char *s);
  21. Fwriteline(char *s);
  22. Fwritelinec(char *s);
  23. Readfile (char *filename,char *s,int linenum);
  24. Fexist(char *s);
  25. /*=======================================================================*/
  26.  
  27. Get_Dir_Info(char *findpath,char *dirbuff);
  28. Kill_Dir(char *findpath);
  29.